Package for Windows UE5? Missing SDK

I’m seeing a mix of responses referring to different DotNET installations. Some older builds. Some say the editor already installs everything needed. No definitive answers.

So I want to package a basic game, but I have no SDKs installed, what do I do?
The prompt mentions a spot to “update SDK” but I don’t see it.

Screenshot 2022-04-27 171906

If it means where it says “Update Device”, that results with…
Screenshot 2022-04-27 173059

Add the SDK from One of these links

Download Windows SDK 18362 or later- Windows app development (microsoft.com)

Windows SDK archive - Windows app development (microsoft.com)

or Archived sdk 18362

You need to install or update .NET to run this application.
Besides, you need to install dotnet framework (desktop version), which is here:

.NET Downloads (Linux, macOS, and Windows)?

You can find this info in the logcat when you try to build the project without the SDK.