Way to reproduce 1. Windows 2. Installed Visual Studio 2022 with C++ workload 3. Attempt to find path to compiler executable using `let tool = cc::windows_registry::find_tool("x86_64-msvc", "cl.exe").unwrap();` cc-1.1.31 and older work. cc-1.1.32 and newer panic because `find_tool` returns `None`. Can both repro on my own machine and on GitHub Actions. Maybe I am using `find_tool` the wrong way and need to pass different arguments?