pub fn windows_kit_tool(tool: &str) -> Option<PathBuf>Expand description
A Windows-Kits bin tool (signtool.exe, makeappx.exe, …): newest SDK version, host arch.
Overrides: DAY_WINDOWS_KIT (a bin directory containing the tool), then the tool on PATH,
then bin\<version>\<arch> under each windows_kits_roots root.