This again tries to get away from actually using the version number and GetVersionEx. It's a thin wrapper over mozilla::IsWindows10BuildOrLater, which itself calls VerifyVersionInfoW, which is also deprecated; however, it makes it harder to mess up the check, and that API is used internally by Microsoft's recommended version helper functions. Differential Revision: https://phabricator.services.mozilla.com/D314483